Fix formatting.
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Sat, 26 Nov 2005 11:17:35 +0000 (12:17 +0100)
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Sat, 26 Nov 2005 11:17:35 +0000 (12:17 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
tools/libxc/xc_linux_save.c

index 16eae762fc46d01113ab82d949ef60f2cf7a9a66..f91a30b4f3b9c78a2904e079481a36661d589953 100644 (file)
@@ -457,14 +457,14 @@ void canonicalize_pagetable(unsigned long type, unsigned long pfn,
             xen_start = (hvirt_start >> L2_PAGETABLE_SHIFT_PAE) & 0x1ff; 
     }
 
-       if (pt_levels == 4 && type == L4TAB) { 
-               /* 
+    if (pt_levels == 4 && type == L4TAB) { 
+        /*
         ** XXX SMH: should compute these from hvirt_start (which we have) 
-               ** and hvirt_end (which we don't) 
+        ** and hvirt_end (which we don't) 
         */
-               xen_start = 256; 
-               xen_end   = 272; 
-       }
+        xen_start = 256; 
+        xen_end   = 272; 
+    }
 
     /* Now iterate through the page table, canonicalizing each PTE */
     for (i = 0; i < pte_last; i++ ) {